-> root -> software -> ::software::firefox
Notes about the popular browser from the Mozilla Software Foundation, http://www.mozilla.org/.

<a name=... internal links and </a>
[9]

When writing an internal anchor, something like <a name="nameofanchor">, either use the form:
 <a name="nameofanchor"> or
 <a name="nameofanchor"></a>
  
Some browsers, notably some versions of firefox, did not understand anchors like:
 <a name="nameofanchor" /> 
  
as usable with XML or XHTML. Indicating the correct DOCTYPE might also solve the problem :), even if this solution has not been tested...

This note is available in the following categories:
Generated by CRON on 2012/02/14 at 06:26:35.